layoutMain

Deprecated

Consider layoutContent unless total structural change of the entry is needed

Modify the main layout of the entry. This should only be used if the structure of the entry needs to change substantially. For most circumstances, layoutContent is proper

Return

this builder

Author

fzzyhmstrs

Since

0.6.0

Parameters

layoutOperations

UnaryOperator<LayoutWidget> modifiers to apply to the main layout of the entry. This can fully replace the layout; doing so will invalidate any changes to the content layout made before or after this replacement.